summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/symbol-ordering-file-warnings2.s
blob: 4d914b240f17f59688a237b566e7ce24e5e0acf7 (plain)
1
2
3
4
5
6
.text
.global missing
missing:
  callq undefined
  # This is a "bad" (undefined) instance of the symbol
  callq multi
OpenPOWER on IntegriCloud