[all-commits] [llvm/llvm-project] 6e962f: gn build: Add support for building ubsan_minimal.
pcc via All-commits
all-commits at lists.llvm.org
Tue Jun 22 17:51:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e962fcc3d671a12407b7885682c907a0bfc69cd
https://github.com/llvm/llvm-project/commit/6e962fcc3d671a12407b7885682c907a0bfc69cd
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
A llvm/utils/gn/secondary/compiler-rt/lib/ubsan_minimal/BUILD.gn
Log Message:
-----------
gn build: Add support for building ubsan_minimal.
Differential Revision: https://reviews.llvm.org/D104754
Commit: 0439ba99031b7b0690ea2cd49ac517b32c139892
https://github.com/llvm/llvm-project/commit/0439ba99031b7b0690ea2cd49ac517b32c139892
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn
Log Message:
-----------
gn build: Only build the TSan runtime on 64-bit platforms.
TSan only supports 64-bit platforms.
Differential Revision: https://reviews.llvm.org/D104755
Compare: https://github.com/llvm/llvm-project/compare/d693957e58ff...0439ba99031b
More information about the All-commits
mailing list