llvm rebuild

This commit is contained in:
Rmys
2020-11-27 16:20:47 +03:00
committed by GitHub
parent f446844763
commit 5b290c8286
+3 -3
View File
@@ -27,14 +27,14 @@
<!-- Use new plugin-api.h header file from binutils to enable LLVM gold plugin -->
<Dependency>binutils</Dependency>
<Dependency>gcc</Dependency>
<Dependency>llvm-clang</Dependency>
<Dependency>lld</Dependency>
<!-- <Dependency>llvm-clang</Dependency> -->
<!-- <Dependency>lld</Dependency> -->
</BuildDependencies>
<AdditionalFiles>
<!-- <AdditionalFile owner="root" permission="0644" target="tools/enable-SSP-and-PIE-by-default.patch">enable-SSP-and-PIE-by-default.patch</AdditionalFile> -->
</AdditionalFiles>
<Patches>
<!-- <Patch>llvm64.patch</Patch> -->
<Patch>llvm64.patch</Patch>
</Patches>
</Source>