clang: mass-rebuild code cleanup
This commit is contained in:
parent
a94c7ba096
commit
82c78b86c7
2 changed files with 0 additions and 6 deletions
|
@ -37,9 +37,6 @@ let
|
|||
|
||||
patches = [ ./purity.patch ];
|
||||
|
||||
# XXX: TODO: This should be removed on next rebuild
|
||||
postBuild = "";
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/Tools.cpp
|
||||
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/ToolChains.cpp
|
||||
|
|
|
@ -37,9 +37,6 @@ let
|
|||
|
||||
patches = [ ./purity.patch ];
|
||||
|
||||
# XXX: TODO: This should be removed on next rebuild
|
||||
postBuild = "";
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' \
|
||||
-e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' \
|
||||
|
|
Loading…
Reference in a new issue