Merge "Insert a new `versionInfo` field into the `.rs.info` symbol"
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 @@
   //   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.