llvm-for-llvmta/tools/clang/test/Driver/noexecstack.c
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

4 lines
155 B
C

// RUN: %clang -### %s -c -o tmp.o -target i686-pc-linux-gnu -integrated-as -Wa,--noexecstack 2>&1 | FileCheck %s
// CHECK: "-cc1" {{.*}} "-mnoexecstack"