MaskRay added inline comments.

================
Comment at: clang/test/Driver/ve-toolchain.cpp:13
+
+// RUN: %clangxx -### -target ve %s 2>&1 | FileCheck -check-prefix=DYNLINKER %s
+// DYNLINKER: nld{{.*}} "-dynamic-linker" "/opt/nec/ve/lib/ld-linux-ve.so.1"
----------------
Many linker options tests should really be merged to save resources on 
developers.

This test has been failing for me for the last few days so I committed 
880aa6ac668b0c0aefb7c7b831e7127c3c54ee9b to fix it and merge the 
--dynamic-linker with the other options.


================
Comment at: clang/test/Driver/ve-toolchain.cpp:90
+
+// RUN: %clangxx -### -target ve %s 2>&1 | FileCheck -check-prefix=DEFADDESIG 
%s
+// DEFADDESIG: clang{{.*}} "-cc1"
----------------
One %clangxx command is sufficient to test the default-ness of -faddrsig.

The -fno-addrsig and -faddrsig have been tested by addrsig.c. Please don't 
duplicate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92386

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

Reply via email to