================ @@ -0,0 +1,157 @@ +// RUN: %clang_cc1 -fsanitize=alloc-token -falloc-token-max=2147483647 -triple x86_64-linux-gnu -std=c++20 -fexceptions -fcxx-exceptions -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -O -fsanitize=alloc-token -falloc-token-max=2147483647 -triple x86_64-linux-gnu -std=c++20 -fexceptions -fcxx-exceptions -emit-llvm %s -o - | FileCheck %s + +#include "../Analysis/Inputs/system-header-simulator-cxx.h" ---------------- melver wrote:
Maybe this could be moved somewhere else, but it's either that or redefining what's in that header here. 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
