<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in bitcode-sym64.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4f2cfbe5 - [llvm-ar] Add object mode option -X for AIX</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-ar/Inputs/bitcode-sym64.ll#4f2cfbe5</link>
        <description>[llvm-ar] Add object mode option -X for AIXSummary:1. Added a new option object mode -X for llvm-ar. In AIX OS , there is a object mode option -X for ar command.please see the &quot;-X mode&quot; part of https://www.ibm.com/docs/ko/aix/7.1?topic=ar-commandSpecifies the type of object file ar should examine. The mode must be one of the following:32Processes only 32-bit object files64Processes only 64-bit object files32_64Processes both 32-bit and 64-bit object filesanyProcesses all of the supported object files.The default is to process 32-bit object files (ignore 64-bit objects). The mode can also be set with the OBJECT_MODE environment variable. For example, OBJECT_MODE=64 causes ar to process any 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE variable.2. Before adding the new option -X, the default behaviors of llvm-ar like -Xany, but after the adding the new option -X, the default behaviors of llvm-ar change to -X32 ,in order to let some test cases which has 32bit and 64bit object file in the same llvm-ar command, we need to add the &quot;export OBJECT_MODE=any&quot; into test case to change the default behaviors of llvm-ar&apos;s object mode.Reviewers: James Henderson, Owen Reynolds, Fangrui SongDifferential Revision: https://reviews.llvm.org/D127864

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-ar/Inputs/bitcode-sym64.ll</description>
        <pubDate>Fri, 22 Jul 2022 13:55:21 +0000</pubDate>
        <dc:creator>zhijian &lt;zhijian@ca.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
