aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-04-12 18:02:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-12 18:02:41 +0000
commit17bd9077567da2f8e660bc97d824277368225c4d (patch)
tree7ba8865ae87618bf2ca01cd0e4519d6d6a5ced03
parent0932a279034ed680b711aba204837d98f51f62f1 (diff)
parente159e8cd9fd96b0e8178f609c390831f04ea50d6 (diff)
downloadlibbcc-17bd9077567da2f8e660bc97d824277368225c4d.tar.gz
Merge "Extend comment regarding SlangVersion and libclcore."
-rw-r--r--lib/Script.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Script.cpp b/lib/Script.cpp
index 950d82a..d84012c 100644
--- a/lib/Script.cpp
+++ b/lib/Script.cpp
@@ -66,6 +66,8 @@ bool Script::LinkRuntime(const char *core_lib) {
// violate any compiler version guarantees, so the right thing to
// do is retain the compiler version from source, which specifies
// which guarantees source (and hence the merged code) satisfies.
+ // See frameworks/rs/driver/README.txt regarding libclcore_source
+ // obeying compiler version guarantees.
// - optimization level in source and libclcore_source is meaningful.
// We simply define the optimization level in the linked code to
// be the optimization level of source.