| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Reland "[compiler-rt][aarch64] Add SME ABI support routines." (#68875) Resolved issue with green dragon build by fixing relocations for MachO/Darwin which doesn't compile without @page/@pageoff directives. Also silenced a warning about constructor(90) priority being < 101, which is reserved for the implementation. In this case, we're compiling the implementation so we should be able to use 90. This reverts commit 072713add4408199d4bce7b3b02cc74a4a382ee0. Signed-off-by: chenmiao <15273704+chenmiao32@user.noreply.gitee.com> Signed-off-by: chenmiao <chenmiao32@huawei.com> | 1 年前 | |
[sw_64][compiler-rt] Fix compile error | 7 个月前 | |
[compiler-rt][builtins] Fix CMake builtin target flag clang-cl doesn't support -target <target>, instead it only supports --target=<target> so building a RUNTIME configuration for clang-cl ended up in never building builtins. Which in turn lead to clang-cl not being able to find the runtime libraries because we depend on the compiler_rt.builtins.lib being in the runtime dir for the Driver to add it as a candidate. I don't think this should have any downsides since most the code these days are using --target=<target> instead of the old syntax. Reviewed By: mstorsjo Differential Revision: https://reviews.llvm.org/D120308 | 4 年前 | |
Add some prototypes to these checks; NFC This should address a build bot failure: https://lab.llvm.org/buildbot/#/builders/18/builds/4495 | 4 年前 | |
[compiler-rt] Removes CMake work-arounds. CMake older than 3.20.0 is no longer supported. This removes work-arounds for no longer supported versions. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D152102 | 3 年前 | |
Revert "[compiler-rt][builtins] Add compiler flags to catch potential errors" This reverts commit 5f886adbfd7c09f7883589ec9d85c04a08335043. It broke clang-hip-vega20. https://lab.llvm.org/buildbot/#/builders/165/builds/23675 | 3 年前 | |
[Sanitizers] Disable armv7* sanitizers slice for ios rdar://104059106 Differential Revision: https://reviews.llvm.org/D145000 | 3 年前 | |
Make cmake link flag naming consistent Summary: The build system was inconsistent in its naming conventions for link flags. This patch changes all uses of LINKFLAGS to LINK_FLAGS, for consistency with cmake's LINK_FLAGS property. This patch should make it easier to search the source code for uses of link flags, as well as providing the benefit of improved style and consistency. Reviewers: compnerd, beanz Subscribers: kubabrecka, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D28506 llvm-svn: 291539 | 9 年前 | |
[NFC][compiler-rt] Shorten comment | 3 年前 | |
[sw_64][compiler-rt] enable builtins | 7 个月前 | |
[sanitizer] Remove cpplint As code diverge from Google style we need to add more and more exceptions to suppress conflicts with clang-format and clang-tidy. As this point it does not provide a additional value. Reviewed By: morehouse Differential Revision: https://reviews.llvm.org/D107197 | 4 年前 | |
[compiler-rt] Disable ranlib when using libtool libtool already produces a table of contents, and ranlib just gives spurious errors because it doesn't understand universal binaries. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D86365 | 5 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 7 个月前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 9 年前 | ||
| 3 年前 | ||
| 7 个月前 | ||
| 4 年前 | ||
| 5 年前 |