Changeset 33cbf497


Ignore:
Timestamp:
06/17/2024 01:51:25 AM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
3038a588
Parents:
21cc0cff
Message:

rust: Remove codegen-tests = false

It's been commented out and nobody has tried running the tests w/o
FileCheck for a long time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r21cc0cff r33cbf497  
    274274description = "for BLFS &version;"
    275275
    276 # BLFS used to not install the FileCheck executable from llvm,
    277 # so disabled codegen tests.  The assembly tests rely on FileCheck
    278 # and cannot easily be disabled, so those will anyway fail if
    279 # FileCheck has not been installed.
    280 #codegen-tests = false
    281 
    282276# Enable the same optimizations as the official upstream build.
    283277lto = "thin"
Note: See TracChangeset for help on using the changeset viewer.