DirectXShaderCompiler/tools/llvm-dis
Chris B 4a2ea59d6a
Enable building llvm-dis (#3999)
* Enable building llvm-dis

llvm-dis is a lightweight tool for reading IR modules as bitcode and
dumping them as textual IR. It is useful for debugging and verification
of bitcode-related issues.

This patch just re-enables the llvm-dis build and updates the code to
build cleanly on *nix systems.

* Fix broken windows build

I need to cleanup the WinIncludes usage, but that can be a seprate PR.
2021-10-12 21:39:52 -05:00
..
CMakeLists.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
LLVMBuild.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
llvm-dis.cpp Enable building llvm-dis (#3999) 2021-10-12 21:39:52 -05:00