Commit Graph

3 Commits

Author SHA1 Message Date
Sriraman Tallam 9f452fbf2f Recommit D91678 after fixing the test breakage.
This adds a new test checking llvm-symbolizer with an object built with basic block sections.

Build a object with -fbasic-block-sections and reorder the basic blocks to be
non-contiguous. Then check if llvm-symbolizer correctly reports the symbolized
addresses. Included the source to build the object with command lines.

Differential Revision: https://reviews.llvm.org/D91678
2021-01-09 17:44:12 -08:00
Sriraman Tallam 8278fcaef4 Revert "This adds a new test checking llvm-symbolizer with an object built with basic block sections."
This reverts commit 1816de0823.

This breaks on ppc64 and windows  although x86-registered-target is
mentioned.  I will re-commit after fixing.
2021-01-08 22:33:53 -08:00
Sriraman Tallam 1816de0823 This adds a new test checking llvm-symbolizer with an object built with basic block sections.
Build a object with -fbasic-block-sections and reorder the basic blocks to be
non-contiguous. Then check if llvm-symbolizer correctly reports the symbolized
addresses. Included the source to build the object with command lines.

Differential Revision: https://reviews.llvm.org/D91678
2021-01-08 22:12:36 -08:00