[all-commits] [llvm/llvm-project] 08e3a5: [IntelJITListener] Fix order in JitListener/multip...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Wed Oct 27 08:37:57 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: 08e3a5ccd952edee36b3c002e3a29c6b1b5153de
https://github.com/llvm/llvm-project/commit/08e3a5ccd952edee36b3c002e3a29c6b1b5153de
Author: Andy Kaylor <andrew.kaylor at intel.com>
Date: 2021-10-27 (Wed, 27 Oct 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.
(cherry picked from commit e49c0c5100b992e1a18c7225bc147431089f560f)
More information about the All-commits
mailing list