================ @@ -0,0 +1,48 @@ +// RUN: %clang -### --target=aarch64-linux-android -march=armv8+memtag \ ---------------- MaskRay wrote:
Some features use both `xxx.c` and `xxx-ld.c`, which is an anti-pattern. You can use `xxx.c` `clang --xxx a.c` to test both cc1 and ld options in one RUN, saving a clang -### invocation. https://github.com/llvm/llvm-project/pull/183275 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
