| 1 | // RUN: %clang_cc1 -S -fno-trapping-math %s -emit-llvm -o - | FileCheck %s |
|---|---|
| 2 | |
| 3 | // CHECK-LABEL: main |
| 4 | // CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}} |
| 5 | |
| 6 | int main() { |
| 7 | return 0; |
| 8 | } |
| 9 |
| 1 | // RUN: %clang_cc1 -S -fno-trapping-math %s -emit-llvm -o - | FileCheck %s |
|---|---|
| 2 | |
| 3 | // CHECK-LABEL: main |
| 4 | // CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}} |
| 5 | |
| 6 | int main() { |
| 7 | return 0; |
| 8 | } |
| 9 |