Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / SymbolFile / Inputs / dsymforuuid.sh
blobf7dca57eacd31b472bd5d9dc7d6ec98ba10fedce
1 #!/usr/bin/env bash
3 echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
4 echo "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//ENhttp://www.apple.com/DTDs/PropertyList-1.0.dtd\">"
5 echo "<plist version=\"1.0\">"
6 echo "<dict>"
7 echo " <key>41945CA4-5D9D-3CDE-82B4-37E4C09750B5</key>"
8 echo " <dict>"
9 echo " <key>DBGArchitecture</key>"
10 echo " <string>x86_64</string>"
11 echo " <key>DBGError</key>"
12 echo " <string>UUID information was not found</string>"
13 echo " </dict>"
14 echo "</dict>"
15 echo "</plist>"