summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2019-03-22 02:54:47 +0000
committerYonghong Song <yhs@fb.com>2019-03-22 02:54:47 +0000
commita1ffe2fa49bc2a2279450b897ab5261b2cd790a2 (patch)
tree0789b3e9f1e7821be0bfd6505e2e0d5baee47809 /llvm/lib/Target/AMDGPU/SIISelLowering.cpp
parentdc6c0cf94dfb6fb1ea05794ae0a09bf575c667fd (diff)
downloadbcm5719-llvm-a1ffe2fa49bc2a2279450b897ab5261b2cd790a2.tar.gz
bcm5719-llvm-a1ffe2fa49bc2a2279450b897ab5261b2cd790a2.zip
[BPF] fix flaky btf unit test static-var-derived-type.ll
The DataSecEentries is defined as an unordered_map since order does not really matter. std::unordered_map<std::string, std::unique_ptr<BTFKindDataSec>> DataSecEntries; This seems causing the test static-var-derived-type.ll flaky as two sections ".bss" and ".readonly" have undeterministic ordering when performing map iterating, which decides the output assembly code sequence of BTF_KIND_DATASEC entries. Fix the test to have only one data section to remove flakiness. Signed-off-by: Yonghong Song <yhs@fb.com> llvm-svn: 356731
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud