File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -845,7 +845,7 @@ importer::addCommonInvocationArguments(
845
845
invocationArgStrs.push_back (" -fansi-escape-codes" );
846
846
847
847
invocationArgStrs.push_back (" -Xclang" );
848
- invocationArgStrs.push_back (" -no- opaque-pointers" );
848
+ invocationArgStrs.push_back (" -opaque-pointers" );
849
849
850
850
if (importerOpts.ValidateModulesOnce ) {
851
851
invocationArgStrs.push_back (" -fmodules-validate-once-per-build-session" );
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ function(_add_target_variant_c_compile_link_flags)
138
138
if (_lto_flag_out )
139
139
list (APPEND result "${_lto_flag_out} " )
140
140
# Disable opaque pointers in lto mode.
141
- list (APPEND result "-Xclang" )
142
- list (APPEND result "-no-opaque-pointers" )
141
+ # list(APPEND result "-Xclang")
142
+ # list(APPEND result "-no-opaque-pointers")
143
143
endif ()
144
144
145
145
set ("${CFLAGS_RESULT_VAR_NAME} " "${result} " PARENT_SCOPE )
You can’t perform that action at this time.
0 commit comments