mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 22:38:56 -04:00

built clang binary that is used by the test. Build systems that use symlinks for build outputs will fail these assertions otherwise. llvm-svn: 129482
8 lines
215 B
C
8 lines
215 B
C
// RUN: env CC_PRINT_OPTIONS=1 \
|
|
// RUN: CC_PRINT_OPTIONS_FILE=%t.log \
|
|
// RUN: %clang -no-canonical-prefixes -S -o %t.s %s
|
|
// RUN: FileCheck %s < %t.log
|
|
|
|
// CHECK: [Logging clang options]{{.*}}clang{{.*}}"-S"
|
|
|