summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/X86/module-warnings.test
Commit message (Collapse)AuthorAgeFilesLines
* [test] Run the verifier for dsymutil module testsJonas Devlieghere2019-02-081-3/+3
| | | | | | | Dsymutil has an option "verify" that runs the dwarf verifier on the generated dSYM. This patch enables this for the module tests. llvm-svn: 353544
* [dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere2018-03-181-3/+3
| | | | | | | | | | | Now that almost all functionality of Apple's dsymutil has been upstreamed, the open source variant can be used as a drop in replacement. Hence we feel it's no longer necessary to have the llvm prefix. Differential revision: https://reviews.llvm.org/D44527 llvm-svn: 327790
* [dsymutil] Unify error handling and add colorJonas Devlieghere2018-03-091-1/+1
| | | | | | | | | We improved the handling of errors and warnings in dwarfdump's verifier in rL314498. This patch does the same thing for dsymutil. Differential revision: https://reviews.llvm.org/D44052 llvm-svn: 327137
* dsymutil/modules: Reword the warning for static libraries without module cachesAdrian Prantl2016-05-201-0/+53
In addition to clarifying the warning message this contains a minor functional change in that it now warns if the *immediate* parent directory in which the missing PCM is expected to be isn't found. This patch also includes a more comprehensive testcase. rdar://problem/25860711 llvm-svn: 270269
OpenPOWER on IntegriCloud