import os.path

# Create new substitution for the location of the isd_opcode_constants.ll file
# used by ISD lowering tests.
config.substitutions.append(
    ('%isdopc', os.path.join(config.llvm_obj_root, "isd_opcode_constants.ll"))
)
