[PATCH] D56712: compiler-rt/test: Add a couple of convenience features for Android.
    Evgenii Stepanov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 15 13:34:14 PST 2019
    
    
  
eugenis added inline comments.
================
Comment at: compiler-rt/test/lit.common.cfg:282
+    env['ANDROID_SERIAL'] = config.android_serial
+    config.environment['ANDROID_SERIAL'] = config.android_serial
+
----------------
Is this actually better than setting ANDROID_SERIAL in the environment?
In any case, it looks like this line makes tests ignore ANDROID_SERIAL, even if the cmake variable is not set. This would get in the way if one wants to switch devices (ex. same arch but different api levels).
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56712/new/
https://reviews.llvm.org/D56712
    
    
More information about the llvm-commits
mailing list