Skip to content

Commit 08aa6c2

Browse files
Merge pull request #71029 from cachemeifyoucan/remove-bogus-clang-importer-arg
[ClangImporter] Remove out-of-date clang argument
2 parents cf2a338 + af4e535 commit 08aa6c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,6 @@ importer::addCommonInvocationArguments(
866866

867867
invocationArgStrs.push_back("-fansi-escape-codes");
868868

869-
invocationArgStrs.push_back("-Xclang");
870-
invocationArgStrs.push_back("-opaque-pointers");
871-
872869
if (importerOpts.ValidateModulesOnce) {
873870
invocationArgStrs.push_back("-fmodules-validate-once-per-build-session");
874871
invocationArgStrs.push_back("-fbuild-session-file=" + importerOpts.BuildSessionFilePath);

0 commit comments

Comments
 (0)