We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90a7bf commit a25f112Copy full SHA for a25f112
clang/test/Preprocessor/riscv-target-features.c
@@ -1432,7 +1432,7 @@
1432
// RUN: -o - | FileCheck --check-prefix=CHECK-SMDBLTRP-EXT %s
1433
// RUN: %clang --target=riscv64 \
1434
// RUN: -march=rv64ismdbltrp1p0 -E -dM %s \
1435
-// RUN: -o | FileCheck --check-prefix=CHECK-SMDBLTRP-EXT %s
+// RUN: -o - | FileCheck --check-prefix=CHECK-SMDBLTRP-EXT %s
1436
// CHECK-SMDBLTRP-EXT: __riscv_smdbltrp 1000000{{$}}
1437
1438
// RUN: %clang --target=riscv32 \
0 commit comments