[HIPIFY] Fix line endings.

This commit is contained in:
Evgeny Mankov
2016-12-23 18:01:26 +03:00
parent 6882057fd2
commit ab00e2a627
+1
View File
@@ -2602,6 +2602,7 @@ int main(int argc, const char **argv) {
auto action = newFrontendActionFactory(&Finder, &PPCallbacks);
std::vector<const char*> compilationStages;
compilationStages.push_back("--cuda-host-only");
Tool.appendArgumentsAdjuster(getInsertArgumentAdjuster(compilationStages[0], ArgumentInsertPosition::BEGIN));
Tool.appendArgumentsAdjuster(getInsertArgumentAdjuster("-std=c++11"));
#if defined(HIPIFY_CLANG_RES)