[all-commits] [llvm/llvm-project] f58fb8: [BPF] Fix tests that fail if /tmp/t.c exists
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Feb 25 14:56:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f58fb8ae7fa04e78a0c618c566f0d399d9102a02
https://github.com/llvm/llvm-project/commit/f58fb8ae7fa04e78a0c618c566f0d399d9102a02
Author: Reid Kleckner <rnk at google.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
M llvm/test/CodeGen/BPF/BTF/func-non-void.ll
M llvm/test/CodeGen/BPF/BTF/func-unused-arg.ll
M llvm/test/CodeGen/BPF/BTF/func-void.ll
Log Message:
-----------
[BPF] Fix tests that fail if /tmp/t.c exists
IMO the BPF backend shouldn't read random source files referenced from
debug info. I filed llvm.org/pr54092 about this.
More information about the All-commits
mailing list