Skip to content

Commit c246424

Browse files
committed
Add TODO
1 parent 7f3cc09 commit c246424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,7 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
13041304

13051305
A->claim();
13061306

1307+
// TODO: Specify Vulkan target environment somewhere in the triple.
13071308
if (Args.hasArg(options::OPT_spirv)) {
13081309
llvm::Triple T(TargetTriple);
13091310
T.setArch(llvm::Triple::spirv);

0 commit comments

Comments
 (0)