================ @@ -0,0 +1,16 @@ +// REQUIRES: aarch64-registered-target, lld + +// RUN: %clangxx --target=aarch64-linux-gnu -O2 -flto=thin -fsanitize=cfi -fsanitize=hwaddress \ +// RUN: -fno-sanitize-ignorelist -fvisibility=hidden -fuse-ld=lld -shared %s -o %t.so ---------------- vitalybuka wrote:
This does not look like driver test, not sure where test like this should be, but maybe split-*.ll is enaoug? https://github.com/llvm/llvm-project/pull/225951 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
