[PATCH] D23665: [AAP] (2) Add AAP ELF definitions
    Joerg Sonnenberger via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Dec  3 15:15:40 PST 2016
    
    
  
joerg added inline comments.
================
Comment at: test/Object/AAP/lit.local.cfg:2
+if not 'AAP' in config.root.targets:
+    config.unsupported = True
----------------
This part is only needed until after the disassembler is added/used, there is currently nothing here that depends on the not-yet-existing target?
https://reviews.llvm.org/D23665
    
    
More information about the llvm-commits
mailing list