Skip to content

Commit 734dd31

Browse files
committed
Remove -emit-llvm to prevent writing
1 parent 9ba438d commit 734dd31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/SemaHLSL/BuiltIns/and-errors.hlsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clang_cc1 -finclude-default-header -triple \
2-
// RUN: dxil-pc-shadermodel6.3-library %s \
3-
// RUN: -emit-llvm -O1 -verify
2+
// RUN: dxil-pc-shadermodel6.3-library %s -O1 -verify
43

54
bool test_too_few_arg(bool a) {
65
return __builtin_hlsl_and(a);

0 commit comments

Comments
 (0)