[all-commits] [llvm/llvm-project] 6dbd0e: [test] Split some tests which test both static and...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Dec 4 18:15:51 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dbd0eac02bf98a7585904ad69d0d9950947c9b4
https://github.com/llvm/llvm-project/commit/6dbd0eac02bf98a7585904ad69d0d9950947c9b4
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-04 (Fri, 04 Dec 2020)
Changed paths:
A llvm/test/CodeGen/AArch64/GlobalISel/legalize-global-pic.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-global.mir
A llvm/test/CodeGen/AArch64/GlobalISel/select-static.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select.mir
M llvm/test/CodeGen/AArch64/GlobalISel/widen-narrow-tbz-tbnz.mir
R llvm/test/CodeGen/AArch64/arm64-elf-globals.ll
M llvm/test/CodeGen/AArch64/arm64-storebytesmerge.ll
A llvm/test/CodeGen/AArch64/elf-globals-pic.ll
A llvm/test/CodeGen/AArch64/elf-globals-static.ll
M llvm/test/CodeGen/ARM/fast-isel.ll
M llvm/test/CodeGen/WebAssembly/address-offsets.ll
M llvm/test/CodeGen/WebAssembly/exception.ll
Log Message:
-----------
[test] Split some tests which test both static and pic relocation models
TargetMachine::shouldAssumeDSOLocal currently implies dso_local for
Static. Split some tests so that these `external dso_local global` will
align with the Clang behavior.
More information about the All-commits
mailing list