[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / llvm / test / tools / llvm-mt / Inputs / additional.manifest
blobbc5d4a6e64e7e87271bc4ff7c2770c77e940e653
1 <?xml version="1.0"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <trustInfo>
4 <security>
5 <requestedPrivileges>
6 <!--Comment will be removed-->
7 <requestedExecutionLevel level="3" admin="false"/>
8 </requestedPrivileges>
9 </security>
10 </trustInfo>
11 <dependency>
12 <dependentAssembly>
13 <assemblyIdentity program="logDisplay"/>
14 </dependentAssembly>
15 </dependency>
16 <compatibility>
17 <dependency>
18 <assemblyIdentity program="compatibilityCheck2"/>
19 </dependency>
20 <application>
21 <supportedOS Id="BarOS"/>
22 </application>
23 </compatibility>
24 </assembly>