[IntelJITListener] Fix order in JitListener/multiple.ll
authorAndy Kaylor <andrew.kaylor@intel.com>
Wed, 29 Sep 2021 19:25:16 +0000 (12:25 -0700)
committerAndy Kaylor <andrew.kaylor@intel.com>
Wed, 29 Sep 2021 23:46:09 +0000 (16:46 -0700)
commite49c0c5100b992e1a18c7225bc147431089f560f
treea9bbd7b371471644c72e617fe43148d6e748e789
parentae0e037f532b2ac118712c50823348a7acb6f850
[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.
llvm/test/JitListener/multiple.ll