When emitting assembly we don't particularly want the binary DXIL
embedded in the output. This was mostly there for testing purposes, so
we update those tests to run the test directly using opt and
restrict the -dxil-embed and -dxil-globals passes to running normally
only in the case where we're trying to emit a DXContainer.
Details
Details
- Reviewers
beanz - Commits
- rG72017fcf00b3: [DirectX] Only embed dxil when writing object files
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo