================ @@ -0,0 +1,45 @@ +// RUN: %clang_cc1 -fsanitize=alloc-token -falloc-token-max=2147483647 -triple x86_64-linux-gnu -x c -emit-llvm %s -o - | FileCheck %s ---------------- melver wrote:
Switching CodeGenCXX to -disable-llvm-passes. But I'm a little paranoid, so for the CodeGen test I want to retain the test after lowering but will add a -disable-llvm-passes case as well (the C-only test is smaller). https://github.com/llvm/llvm-project/pull/156839 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
