diff --git a/index.html b/index.html index cf410a7..f62c215 100644 --- a/index.html +++ b/index.html @@ -29821,6 +29821,14 @@ pipelined=false
+

To find files that are not symlinks use https://stackoverflow.com/questions/16303449/how-to-find-files-excluding-symbolic-links

+
+
+
+
find build -type f
+
+
+

To find the definition of generated code, do a:

@@ -29986,10 +29994,10 @@ enum class Arch {

which is defined at:

-
-

…​ -build/ARM/config/the_isa.hh -…​

+
+
+
build/ARM/config/the_isa.hh
+

as: