hubert.reinterpretcast added inline comments.

================
Comment at: clang/test/Driver/aix-ld.cpp:18
+// CHECK-LD32-ARG-ORDER:     "-bnocdtors"
+// CHECK-LD32-ARG-ORDER:     "-L[[SYSROOT]]/usr/lib"
+// CHECK-LD32-ARG-ORDER:     "-lc"
----------------
The main point of the test being that `-bnocdtors` from the user is not 
overriden by the implied `-bcdtors:all:0:s`, I think we should drop these last 
two lines and add a `CHECK-LD32-ARG-ORDER-NOT` against `-bcdtors:all:0:s`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80415/new/

https://reviews.llvm.org/D80415



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to