| In order to use this with spec2k you will need to: |
| |
| * copy stuff from a real spec harness via: |
| run_all.sh PopulateFromSpecHarness <path-to-real-spec-harness> |
| |
| * possibly edit the run_all.sh |
| |
| * run "run_all.sh help" to see the available options |
| |
| * run "run_all.sh" to run tests with the default setup |
| |
| If you want to build pnacl.arm target, should also: |
| |
| * setup a nacl client and run |
| tools/llvm/utman.sh download-toolchains |
| tools/llvm/utman.sh organize-native-code |
| tools/llvm/utman.sh newlib-bitcode |
| tools/llvm/utman.sh extrasdk-bitcode |
| tools/llvm/utman.sh libstdcpp-bitcode |
| |
| |