Skip to content

Commit

Permalink
[compiler-rt][test] Add feature host-byteorder-big-endian
Browse files Browse the repository at this point in the history
This is needed to make 5a9b792 "[gcov] Temporarily unsupport host-byteorder-big-endian"
work.
  • Loading branch information
MaskRay committed May 10, 2020
1 parent 5a9b792 commit 415c689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/test/lit.common.cfg.py
Expand Up @@ -103,6 +103,8 @@
if re.match(r'^x86_64.*-linux', config.target_triple):
config.available_features.add("x86_64-linux")

config.available_features.add("host-byteorder-" + sys.byteorder + "-endian")

if config.have_zlib == "1":
config.available_features.add("zlib")

Expand Down

0 comments on commit 415c689

Please sign in to comment.