summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/xmltest/valid/sa/081.xml
blob: 51ee1a375cb846fe09603bdc8109740125b7f82d (plain)
1
2
3
4
5
6
7
<!DOCTYPE doc [
<!ELEMENT doc (a, b, c)>
<!ELEMENT a (a?)>
<!ELEMENT b (b*)>
<!ELEMENT c (a | b)+>
]>
<doc><a/><b/><c><a/></c></doc>
'>upstream/revert-89021-mipsr6-match-fminmax Vendor branches of https://github.com/llvm/llvm-project.git
summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use correct include path for InstrProfData.inc on DarwinPetr Hosek2019-11-241-1/+4
* [compiler-rt] Use xcrun instead of xcodebuild to find the SDK directoryAlex Richardson2019-10-311-2/+3
* Fix compiler-rt build on macOS without XCodeAlex Richardson2019-10-311-2/+2
* [compiler-rt] cmake: add include(BuiltinTests) to CompilerRTDarwinUtilsPuyan Lotfi2019-10-241-0/+1
* [CMake] Disable building all Darwin libraries (except builtins) for macOS i38...Dan Liew2019-10-161-1/+47
* [NFC] Invoke lipo from CMAKE_LIPO.Puyan Lotfi2019-09-241-1/+3
* Fix bug in `darwin_test_archs()` when the cache variable is set but empty.Dan Liew2019-09-131-1/+1