You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
350 B
10 lines
350 B
// RUN: %clang -target x86_64-apple-darwin -emit-llvm -arch x86_64 %s -### 2>&1 \
|
|
// RUN: | FileCheck %s
|
|
// CHECK: "-emit-llvm-bc"
|
|
// CHECK: "-emit-llvm-uselists"
|
|
|
|
// RUN: %clang -target x86_64-apple-darwin -flto -arch x86_64 %s -### 2>&1 \
|
|
// RUN: | FileCheck -check-prefix=LTO %s
|
|
// LTO: "-emit-llvm-bc"
|
|
// LTO-NOT: "-emit-llvm-uselists"
|