Mercurial > hg > CbC > CbC_llvm
annotate lld/test/COFF/no-ipi-stream.test @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
rev | line source |
---|---|
150 | 1 # RUN: rm -rf %t && mkdir %t |
207 | 2 # RUN: yaml2obj %p/Inputs/no-ipi-stream-obj.obj.yaml -o %t/no-ipi-stream-obj.obj |
150 | 3 # RUN: llvm-pdbutil yaml2pdb %p/Inputs/no-ipi-stream-pdb.pdb.yaml -pdb=%t/no-ipi-stream-pdb.pdb |
4 # RUN: lld-link -safeseh:no /dll /noentry /debug %t/no-ipi-stream-obj.obj |