Skip to content

Commit 1c95e6d

Browse files
committed
review: update target test triple with comment
1 parent 82c645d commit 1c95e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ class ParseHLSLRootSignatureTest : public ::testing::Test {
6868
Consumer(new ExpectedDiagConsumer()),
6969
Diags(DiagID, new DiagnosticOptions, Consumer),
7070
SourceMgr(Diags, FileMgr), TargetOpts(new TargetOptions) {
71-
TargetOpts->Triple = "x86_64-apple-darwin11.1.0";
71+
// This is an arbitrarily chosen target triple to create the target info.
72+
TargetOpts->Triple = "dxil";
7273
Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts);
7374
}
7475

0 commit comments

Comments
 (0)