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 9a162bb commit e2fa913Copy full SHA for e2fa913
src/xinterpreter.cpp
@@ -45,7 +45,6 @@ void* createInterpreter(const Args &ExtraArgs = {}) {
45
ClangArgs.push_back("-isystem");
46
ClangArgs.push_back(CxxInclude.c_str());
47
}
48
-
49
ClangArgs.insert(ClangArgs.end(), ExtraArgs.begin(), ExtraArgs.end());
50
// FIXME: We should process the kernel input options and conditionally pass
51
// the gpu args here.
0 commit comments