hintonda added a comment.

Btw, options on the command line always override what's in the cache.  Has 
nothing to do with FORCE.  All FORCE does is make sure the set command actually 
changes an existing cache value.  So it's an ordering issue.  If the `-D` comes 
before the `-C` then using FORCE would override, but if the `-C` comes before 
the `-D`, the `-D` always overrides.

I always use FORCE and put my overrides after the cache file.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61956/new/

https://reviews.llvm.org/D61956



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to