[all-commits] [llvm/llvm-project] e49c0c: [IntelJITListener] Fix order in JitListener/multip...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Wed Sep 29 16:48:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e49c0c5100b992e1a18c7225bc147431089f560f
https://github.com/llvm/llvm-project/commit/e49c0c5100b992e1a18c7225bc147431089f560f
Author: Andy Kaylor <andrew.kaylor at intel.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M llvm/test/JitListener/multiple.ll
Log Message:
-----------
[IntelJITListener] Fix order in JitListener/multiple.ll
As reported in Bugzilla 51859, the JitListener/multiple.ll test had
become stale. The function order in the emitted image was changed by an
update to the MC/ElfObjectWriter code and because this test is disabled
by default, it wasn't updated.
More information about the All-commits
mailing list