[all-commits] [llvm/llvm-project] 5922d3: [MC][BPF] Add bpf guard for MC test data-section-p...
yonghong-song via All-commits
all-commits at lists.llvm.org
Tue Dec 27 20:02:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5922d361229430a373e007a8e82ad69c7186d56d
https://github.com/llvm/llvm-project/commit/5922d361229430a373e007a8e82ad69c7186d56d
Author: Yonghong Song <yhs at fb.com>
Date: 2022-12-27 (Tue, 27 Dec 2022)
Changed paths:
M llvm/test/MC/ELF/data-section-prefix.ll
Log Message:
-----------
[MC][BPF] Add bpf guard for MC test data-section-prefix.ll
Commit f27c4903c43b ("MC: Add .data. and .rodata. prefixes to MCContext
section classification") added a test assuming bpf target. But it
is possible bpf target is not configured in the clang build.
Let us add explicit bpf-target requirement for the test
so the test can be ingored properly for clang build without enabling
bpf target.
More information about the All-commits
mailing list